projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf059e
)
cssanimation: Use property id here
author
Benjamin Otte
<otte@redhat.com>
Tue, 28 May 2013 13:02:06 +0000
(15:02 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 28 May 2013 13:24:04 +0000
(15:24 +0200)
gtk/gtkcssanimation.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssanimation.c
b/gtk/gtkcssanimation.c
index 2ebf5858cf1d123f1a0980ee43c3b7705a1fee82..ef5e79abad6fbf6a667151f088f80673e9b96c03 100644
(file)
--- a/
gtk/gtkcssanimation.c
+++ b/
gtk/gtkcssanimation.c
@@
-128,7
+128,7
@@
gtk_css_animation_set_values (GtkStyleAnimation *style_animation,
value = _gtk_css_keyframes_get_value (animation->keyframes,
i,
progress,
- _gtk_css_computed_values_get_intrinsic_value (values,
i
));
+ _gtk_css_computed_values_get_intrinsic_value (values,
property_id
));
_gtk_css_computed_values_set_animated_value (values, property_id, value);
_gtk_css_value_unref (value);
}